projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b443a
)
(main): Initialize bp, to avoid compiler warnings
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jun 2006 14:58:50 +0000
(14:58 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jun 2006 14:58:50 +0000
(14:58 +0000)
lib-src/sorted-doc.c
patch
|
blob
|
history
diff --git
a/lib-src/sorted-doc.c
b/lib-src/sorted-doc.c
index 67bddbc3304dc58e27f2e511f06d65d5d59b5b22..a8b2d441f9a7f82e894fadd07c748ea2f5a82139 100644
(file)
--- a/
lib-src/sorted-doc.c
+++ b/
lib-src/sorted-doc.c
@@
-146,6
+146,8
@@
main ()
setmode (fileno (stdin), O_BINARY);
#endif
+ bp = buf;
+
while (1) /* process one char at a time */
{
/* this char from the DOCSTR file */